|>(_:_:)

public func |><A, B>(a: A, f: (A) -> B) -> B

Infix pipe operator.

  • A

    Declaration

    Swift

    public func |><A, B>(a: A, f: (A) -> B) -> B